.nav_mobile {
    background-color: #fff;
    margin-top: -20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 0;
}

.nav_wrapper {
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

.nav_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    gap: 10px; /* 控制项目之间的间距 */
}

.nav_item {
    flex: 0 1 calc(20% - 10px); /* 使每行可放5个项目 */
    box-sizing: border-box;
    text-align: center;
}

.nav_icon {
    margin: 0 auto 0.8em;
}

.nav_icon img {
    max-width:50px;
    width: 60%; /* 让图标自适应 */
    height: auto; /* 高度自适应 */
}

.nav_label {
    font-size: 0.9em;
    color: #666;
}

.enquiry_wrapper {
    margin: 10px auto;
    width: 95%;
    height: 30px;
    background: #efefef;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    border:1px solid #ddd;
}

.enquiry_label {
    line-height: 30px;
    font-size: 1em;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.enquiry_list {
    max-width: 70%;
    line-height: 30px;
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.enquiry_label img{
    height:30px;
}

.enquiry_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.enquiry_list li {
    list-style: none;
    white-space: nowrap;
}

.nav_mobile a{
    color: #333;
}
.wap_nav {
    width: 25%;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.header_img .avatar{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.search-container {
    position: relative;
}
.clear-button {
    display: none;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color:#999;
}
.wap_search_btn{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #d1191a;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 5px 15px;
}
.wap_back_btn{
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    text-align: center;
    padding: 5px;
    font-size: 1.5em;
}
#search_input{
    padding-left:25px;
    height:40px;
    border-radius:30px;
}

.border-box{
    border:1px solid #ddd;
}
.text_limit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.carousel-item>img {
    width: auto !important;
}
.text_block{
    display: block;
    padding-left: 0;
}
.case_title{
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    vertical-align: top;
}
.homepage-section-title{
    margin-top:0;
}
.banner-left {
    display: none;
    margin: 0;
    text-align: left;
    position: absolute;
    top:-20px;
    height:402px !important;
}
.banner-left-sectionContent{
    min-height: 402px !important;
}

.banner {
    position: initial;
    width: 100%;
    height:auto;
    background-color: #D1191A;
    background-image: url('/img/background/background-left.png'), url('/img/background/background-right.png');
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 150px auto, 150px auto;
    padding: 40px 0 20px;
}

.banner-logo {
    position: absolute;
    left: 10px;
    top: 5px;
}

.banner-logo img {
    width: 100px;
    height: auto;
}

.banner-kefu {
    position: absolute;
    right: 15px;
    top: 8px;
}

.banner-kefu img {
    width: 24px;
}

.banner-slogan {
    margin-bottom: 10px;
    text-align: center;
}

.banner-slogan img {
    width: 150px;
}

.search-box {
    position: relative;
    z-index: 1001;
    margin: 0 auto;
    padding: 0 20px;
}

.search-icon {
    position: absolute;
    left: 25px;
    top: 15px;
    color: #b2b2b2;
}

#s {
    width: 100%;
    height: 45px;
    padding-left: 30px;
    border-radius: 5px;
    border: none;
    background: #fff;
}
.statistics {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding: 20px 15px;
    gap: 10px;
}

.statistics a {
    text-decoration: none; /* 移除链接下划线 */
    flex: 0 1 calc(50% - 10px);
}

.stat-box {
    color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    background-color: #da4141;
}

.stat-count {
    font-size: 18px;
}

.stat-label {
    font-size: 12px;
}

.stat-label i {
    margin-right: 5px;
}

.homepage-section .more{
    position: absolute; right:15px; top:10px
}

.function-nav{
    border-bottom: 1px solid #d1191a;
}
.function-nav li {
    width: 95px;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #fff;
    text-align: center;
    cursor: pointer;
}
.function-nav li span {
    padding:5px;
}
.function-nav .active{
    color: #fff;
    background: #d1191a;
    margin-top: 1px;
}
.industry-ul li {
    float: left;
    width: 1140px;
}
.industry-ul {
    width: 13680px;
    overflow: hidden;
    position: absolute;
    height: 300px;
}
.function-software-view {
    overflow: hidden;
    position: relative;
    height: 300px;
}
.industry-prod {
    height: 300px;
    background: #f3f5f8;
}
.industry-prod .function-software-left {
    position: relative;
    float: left;
    width: 220px;
    height: 300px;
    cursor: pointer;
    border-radius: 5px;
}
.industry-prod .lead-keyword {
    position: absolute;
    bottom: 10px;
}
.industry-prod .lead-keyword a {
    padding: 0 10px;
    line-height: 25px;
    margin: 10px 5px 0 5px;
    float: left;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    font-size: 12px;
    color: #333;
    font-weight: 500;
}
.industry-prod .prod-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding:10px 0;
}
.industry-prod .prod-item {
    width: 140px;
    height: 135px;
    background: #fff;
    float: left;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding:10px;
    overflow: hidden;
}
.industry-prod .prod-item .prod-pic {
    display: block;
    width: 120px;
    height: 46px;
    overflow: hidden;
    margin: 25px auto 10px;
}
.industry-prod .prod-item img{
    transition: all .2s;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.industry-prod .prod-ft {
    width: 100%;
    color: #333;
}
.industry-prod .prod-ft a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}